Update the list of required cursors
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jan 2016 20:38:38 +0000 (15:38 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Jan 2016 23:11:07 +0000 (18:11 -0500)
We're now using standard cursor names for DND, so check for these.

testsuite/gtk/check-cursor-names.c

index b61084876ef9c708c32ff13b7ba5d82af5a4beee..9d7b5cfffc781a382572d20503f365c4ac472850 100644 (file)
@@ -17,10 +17,10 @@ static char *cursor_names[] = {
 
   /*** dnd cursors, from gtkdnd.c ***/
   "dnd-ask",
-  "dnd-copy",
-  "dnd-move",
-  "dnd-link",
-  "dnd-none",
+  "copy",
+  "move",
+  "alias",
+  "no-drop",
 
   "none",      /* used e.g. in gtkentry.c */
   "pointer",   /* used e.g. in gtklinkbutton.c */